From 8d909771419ace2b3119e8620badaba6aa3b3380 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Tue, 15 Mar 2005 11:52:56 +0000 Subject: [PATCH] bitkeeper revision 1.1159.269.3 (4236cc98Jkx2LDbrsWrj59Z-UTR_jA) Change default config to bind to localhost only. Signed-off-by: Mike Wray --- tools/examples/xend-config.sxp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp index 8aa6ccaa7e..8d670c3d16 100644 --- a/tools/examples/xend-config.sxp +++ b/tools/examples/xend-config.sxp @@ -9,7 +9,7 @@ # Address xend should listen on for HTTP connections. # Specifying 'localhost' prevents remote connections. # Specifying the empty string '' allows all connections. -(xend-address '') +(xend-address 'localhost') # The port xend should start from when allocating a port # for a domain console. @@ -18,7 +18,7 @@ # Address xend should listen on for console connections. # Specifying 'localhost' prevents remote connections. # Specifying the empty string '' allows all connections. -(console-address '') +(console-address 'localhost') ## Use the following if VIF traffic is routed. # The script used to start/stop networking for xend. -- 2.30.2